Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertDelimiter Method / InsertDelimiter(String[],InsertLocation) Method
The structure items text array.
The target InsertLocation for the insertion.

In This Topic
    InsertDelimiter(String[],InsertLocation) Method
    In This Topic
    Inserts a new OMathDelimiter into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertDelimiter( _
       ByVal itemsText() As System.String, _
       ByVal location As InsertLocation _
    ) As OMathDelimiter
    public OMathDelimiter InsertDelimiter( 
       System.string[] itemsText,
       InsertLocation location
    )

    Parameters

    itemsText
    The structure items text array.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathDelimiter instance.
    See Also